home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
Misc
/
GMS
/
GMSDev
/
Includes
/
clib
/
objects_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-10-18
|
383 b
|
19 lines
#ifndef CLIB_OBJECTS_PROTOS_H
#define CLIB_OBJECTS_PROTOS_H
/*
** $VER: objects_protos.h V0.9B
**
** C prototypes.
**
** (C) Copyright 1996-1997 DreamWorld Productions.
** All Rights Reserved.
*/
APTR GetFileObject(APTR ObjectBase, char *Name);
APTR GetFileObjectList(APTR ObjectBase, APTR);
APTR GrabObjectList(APTR ObjectBase);
#endif /* CLIB_OBJECTS_PROTOS_H */